|
ObjectiveLib
1.0.0
|
A function object that subtracts the value of one object from the value of another. More...
#import <ObjectiveLib/Functional.h>

Public Member Functions | |
| (id) | - performBinaryFunctionWithArg:andArg: |
| Subtract the value of arg2 from the value of arg1. | |
A function object that subtracts the value of one object from the value of another.
| - (id) performBinaryFunctionWithArg: | (id) | arg1 | |
| andArg: | (id) | arg2 | |
Subtract the value of arg2 from the value of arg1.
arithmeticSubtract: found in the OLArithmetic protocol.| arg1 | the value from which to subtract |
| arg2 | the value to subtract |
Reimplemented from <OLBinaryFunction>.
|